github.com/andybalholm/brotli.Reader.symbol (field)
12 uses
github.com/andybalholm/brotli (current package)
decode.go#L454: var num_symbols uint32 = s.symbol
decode.go#L563: var symbol uint32 = s.symbol
decode.go#L579: s.symbol = symbol
decode.go#L614: for s.symbol < alphabet_size && s.space > 0 {
decode.go#L637: processSingleCodeLength(code_len, &s.symbol, &s.repeat, &s.space, &s.prev_code_len, s.symbol_lists, s.code_length_histo[:], s.next_symbol[:]) /* code_len == 16..17, extra_bits == 2..3 */
decode.go#L647: processRepeatedCodeLength(code_len, repeat_delta, alphabet_size, &s.symbol, &s.repeat, &s.space, &s.prev_code_len, &s.repeat_code_len, s.symbol_lists, s.code_length_histo[:], s.next_symbol[:])
decode.go#L750: if !safeReadBits(br, 2, &s.symbol) { /* num_symbols */
decode.go#L769: if s.symbol == 3 {
decode.go#L776: s.symbol += bits
decode.go#L779: table_size = buildSimpleHuffmanTable(table, huffmanTableBits, s.symbols_lists_array[:], s.symbol)
decode.go#L806: s.symbol = 0
state.go#L142: symbol uint32
 |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |